Auth
Create merchant from dashboard
Create and attach a merchant to the current operator user.
post/onboarding/merchant
Request body
Example request
{
"merchant_name": "Demo Merchant"
}Response
OK
Example response
{
"token": "eyJ...",
"merchant_id": "merchant_9f21a6c0",
"merchant_name": "Demo Merchant"
}