Authorization: Bearer ********************{
"operation_code": "13052537878503",
"amount":"3000"
}curl --location -g --request POST 'http://127.0.0.1:8081/ihela/api/v1/operation-lookup/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"operation_code": "13052537878503",
"amount":"3000"
}'{
"success": true,
"response_code": "string",
"response_message": "string",
"response_data": {
"id": 0,
"created_at": "string",
"amount": "string",
"code": "string",
"debit_account_holder": "string",
"description": "string"
}
}