Only for Artist Managers and Admin
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.hustmusik.live/v1/artist' \
--form 'file=@""' \
--form 'name=""' \
--form 'description=""' \
--form 'avatarurl=""' \
--form 'country=""'
Responses
application/json Modified at 2024-11-03 14:03:17