Authorization: ********************
curl --location '/api/v1/core/company/logo' \ --header 'Authorization: Bearer <token>' \ --form 'logo=@""'
{ "success": true, "error": null, "data": { "logoPath": "string" } }