Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/api/v1/update/' \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": "string", "message": "success" }