Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"fullName": "Tathagat",
"profileImage": "https://loremflickr.com/400/400?lock=4885447554840812"
}
Request samples
curl --location --request PATCH '/auth/sub-admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Tathagat",
"profileImage": "https://loremflickr.com/400/400?lock=4885447554840812"
}'
Responses
application/json Modified at 2025-03-19 07:51:03