curl --request POST \
--url https://api.kakiyo.com/v1/agents/{id}/setup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"login": "[email protected]",
"password": "secure_password_123",
"country": "US"
}'