Last updated 22 days ago
/settings
Bearer token for authentication.
Successfully got settings
curl -L \ --url 'http://139.59.67.17/backend/api/settings' \ --header 'Authorization: text'
{ "status": 1, "message": "Successfully got settings" }
Settings Updated Successfully
Invalid input
Internal Server Error
curl -L \ --request POST \ --url 'http://139.59.67.17/backend/api/settings' \ --header 'Authorization: text' \ --header 'Content-Type: application/x-www-form-urlencoded'
No body