curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/peer-transfer \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"receiver": "<string>",
"amount": 123,
"transactionPin": "<string>",
"currency": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"data": {},
"errors": {}
}curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/peer-transfer \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"receiver": "<string>",
"amount": 123,
"transactionPin": "<string>",
"currency": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"data": {},
"errors": {}
}