curl --location --request POST 'https://client-api.dev.nudgescribe.com/v1/auth' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Orval_Corwin47@yahoo.com",
"password": "hkbPbkns6cGq0nH"
}'{
"code": 200,
"message": "Sign-in completed",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}