Auth
Changes user's email AND/OR password provided that the user register the account via email
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request samples
curl --location --request POST 'https://api.hustmusik.live/v1/auth/credentials' \
--form 'email=""' \
--form 'password=""'
Responses
application/json {"message":"User updated successfully"}
Modified at 2024-11-03 14:03:17