Change password
POST
/auth/change-password
auth
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://transactions.srblabs.io/api/v1/auth/change-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_password": "string",
"new_password": "stringst"
}'
Response Response Example
200 - Example 1
{
"message": "Operation completed successfully"
}
Request
Body Params application/json
Responses
Modified at 2025-04-30 01:06:49