curl --location --request POST '/v1/txns/p2p/assist' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Idempotency-Key: {{idempotencyKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_msisdn": "<from_msisdn>",
"to_msisdn": "<to_msisdn>",
"amount": 0,
"memo": "<memo>",
"consent_signature": "<consent_signature>"
}'{
"status": "ok"
}