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