Authorization: Bearer ********************
{
"user_id": "string",
"ttl": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/user/update/password' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"ttl": 0
}'
{
"url": "string"
}