{
"correlationId": "48fb4cd3-2ef6-4479-bea1-7c92721b988c"
}
curl --location --request POST '/Accounts/send-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"correlationId": "48fb4cd3-2ef6-4479-bea1-7c92721b988c"
}'
{
"isFailed": true,
"isSuccess": true,
"reasons": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
],
"errors": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
},
"reasons": [
{}
]
}
],
"successes": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
]
}