Request
Body Params application/json
{
"username": "string",
"password": "string"
}
Request samples
curl --location --request POST 'https://testbackoffice.flyp.com.tr/auth/signin' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'
Responses
application/json Modified at 2024-12-31 08:11:35