curl --request PUT \
--url https://crypto.westminister.tech/api/v1/auth/pricing/profiles/{id}/active \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true
}
'curl --request PUT \
--url https://crypto.westminister.tech/api/v1/auth/pricing/profiles/{id}/active \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true
}
'