api used to hash and store images and returning their hash
composer install
php artisan key:generate
php artisan storage:link
php artisan serve
post request to /upload with a file attribute
json response with ( hash ) property which contains the hash followed by the file extension so you can get it without an effort
(host)/storage/files/{hash}