Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"new_password": "123456",
"new_password_confirmation": "123456"
}
Request Code Samples
curl --location --request POST 'https://api.innoshop.net/api/account/password?new_password=123456&new_password_confirmation=123456' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_password": "123456",
"new_password_confirmation": "123456"
}'
Responses
application/json Modified at 2024-08-19 07:48:33